math/big.nat.mulAddWW (method)

4 uses

	math/big (current package)
		nat.go#L183: func (z nat) mulAddWW(x nat, y, r Word) nat {
		nat.go#L422: 		return z.mulAddWW(x, y[0], 0)
		natconv.go#L213: 				z = z.mulAddWW(z, bn, di)
		natconv.go#L243: 		z = z.mulAddWW(z, pow(b1, i), di)